\(\int F^{2+5 x} \, dx\) [27]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 7, antiderivative size = 15 \[ \int F^{2+5 x} \, dx=\frac {F^{2+5 x}}{5 \log (F)} \]

[Out]

1/5*F^(2+5*x)/ln(F)

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2225} \[ \int F^{2+5 x} \, dx=\frac {F^{5 x+2}}{5 \log (F)} \]

[In]

Int[F^(2 + 5*x),x]

[Out]

F^(2 + 5*x)/(5*Log[F])

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps \begin{align*} \text {integral}& = \frac {F^{2+5 x}}{5 \log (F)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.00 \[ \int F^{2+5 x} \, dx=\frac {F^{2+5 x}}{5 \log (F)} \]

[In]

Integrate[F^(2 + 5*x),x]

[Out]

F^(2 + 5*x)/(5*Log[F])

Maple [A] (verified)

Time = 0.01 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.93

method result size
gosper \(\frac {F^{2+5 x}}{5 \ln \left (F \right )}\) \(14\)
derivativedivides \(\frac {F^{2+5 x}}{5 \ln \left (F \right )}\) \(14\)
default \(\frac {F^{2+5 x}}{5 \ln \left (F \right )}\) \(14\)
risch \(\frac {F^{2+5 x}}{5 \ln \left (F \right )}\) \(14\)
parallelrisch \(\frac {F^{2+5 x}}{5 \ln \left (F \right )}\) \(14\)
norman \(\frac {{\mathrm e}^{\left (2+5 x \right ) \ln \left (F \right )}}{5 \ln \left (F \right )}\) \(16\)
meijerg \(-\frac {F^{2} \left (1-{\mathrm e}^{5 x \ln \left (F \right )}\right )}{5 \ln \left (F \right )}\) \(20\)

[In]

int(F^(2+5*x),x,method=_RETURNVERBOSE)

[Out]

1/5*F^(2+5*x)/ln(F)

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int F^{2+5 x} \, dx=\frac {F^{5 \, x + 2}}{5 \, \log \left (F\right )} \]

[In]

integrate(F^(2+5*x),x, algorithm="fricas")

[Out]

1/5*F^(5*x + 2)/log(F)

Sympy [A] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.93 \[ \int F^{2+5 x} \, dx=\begin {cases} \frac {F^{5 x + 2}}{5 \log {\left (F \right )}} & \text {for}\: \log {\left (F \right )} \neq 0 \\x & \text {otherwise} \end {cases} \]

[In]

integrate(F**(2+5*x),x)

[Out]

Piecewise((F**(5*x + 2)/(5*log(F)), Ne(log(F), 0)), (x, True))

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int F^{2+5 x} \, dx=\frac {F^{5 \, x + 2}}{5 \, \log \left (F\right )} \]

[In]

integrate(F^(2+5*x),x, algorithm="maxima")

[Out]

1/5*F^(5*x + 2)/log(F)

Giac [A] (verification not implemented)

none

Time = 0.33 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int F^{2+5 x} \, dx=\frac {F^{5 \, x + 2}}{5 \, \log \left (F\right )} \]

[In]

integrate(F^(2+5*x),x, algorithm="giac")

[Out]

1/5*F^(5*x + 2)/log(F)

Mupad [B] (verification not implemented)

Time = 0.08 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int F^{2+5 x} \, dx=\frac {F^{5\,x+2}}{5\,\ln \left (F\right )} \]

[In]

int(F^(5*x + 2),x)

[Out]

F^(5*x + 2)/(5*log(F))